Dart.Snmp Namespace > Devices Class > UpdatePingStatus Method : UpdatePingStatus(List<Device>,Int32,IPAddress,IPAddress) Method |
Public Overloads Function UpdatePingStatus( _ ByVal devices As List(Of Device), _ ByVal timeout As Integer, _ ByVal localIPv4 As IPAddress, _ ByVal localIPv6 As IPAddress _ ) As List(Of Device)
Dim instance As Devices Dim devices As List(Of Device) Dim timeout As Integer Dim localIPv4 As IPAddress Dim localIPv6 As IPAddress Dim value As List(Of Device) value = instance.UpdatePingStatus(devices, timeout, localIPv4, localIPv6)
public List<Device> UpdatePingStatus( List<Device> devices, int timeout, IPAddress localIPv4, IPAddress localIPv6 )
public: List<Device*>* UpdatePingStatus( List<Device*>* devices, int timeout, IPAddress* localIPv4, IPAddress* localIPv6 )
public: List<Device^>^ UpdatePingStatus( List<Device^>^ devices, int timeout, IPAddress^ localIPv4, IPAddress^ localIPv6 )
If Aborted before all devices are queried, the returned list will only be updated up to the most recent queried Device.